//DaveF!   Starlight.  Reminds me of the halos in some Church Stain Glass.
Aspc=1,

A0="8",	// number of petals the flower has.  try 5 for a starfish
A1="rnd(.009)", // speed of colour and spin - needs tweaking to avoid glitches.  .016
A2="2+rnd(4)",	//tightness of curls.  in combination with A3 0 - 5
A3="1+rnd(4)",	//speed of colour movement.  0 - 5

Aspc=1,

srcT="theta + (a1*a2) * sin( a0 * r )",
srcR="r + (a1*a3) * sin( a0 * theta )",

Vers=100